public class CiscoRTPParams
extends java.lang.Object
You can use the CiscoRTPParams
class to specify a dynamic RTP address and port
number for a media terminal on a per-call basis. Applications can pass this object in
setRTPParams() of CiscoMediaTerminal. These parameters are only valid for a particular call.
CiscoTerminal
,
CiscoMediaTerminal
Constructor and Description |
---|
CiscoRTPParams(java.net.InetAddress rtpAddress,
int rtpPort) |
Modifier and Type | Method and Description |
---|---|
java.net.InetAddress |
getRTPAddress()
Returns the Internet address for the inbound RTP stream of the associated call.
|
java.lang.String |
getRTPAddressHostName()
Returns the IP host name for the inbound RTP stream of the associated call.
|
byte[] |
getRTPByteAddress()
Returns the Internet address in byte format for the inbound RTP stream.
|
int |
getRTPPort()
Returns the UDP port for the inbound RTP stream.
|
java.lang.String |
toString()
Returns a String in the format "IP address/port number."
|
public CiscoRTPParams(java.net.InetAddress rtpAddress, int rtpPort)
public java.net.InetAddress getRTPAddress()
public java.lang.String getRTPAddressHostName()
public byte[] getRTPByteAddress()
public int getRTPPort()
public java.lang.String toString()
toString
in class java.lang.Object